SixBit API Schema
VideosType Complex Type
Description
A collection of Video elements.
Namespace (none)
Diagram
Path Element Description Element Title Element All Video Element Sequence VideosType Complex Type
Overview
VideosType
A collection of Video elements.
Sequence
Used By
Videos Element
Source
<xs:complexType name="VideosType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>A collection of Video elements.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Video" type="VideoType" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>The information about a video.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.